Development on Terminal or IDE [on hold]
Posted
by
Taylor Flores
on Programmers
See other posts from Programmers
or by Taylor Flores
Published on 2013-06-30T17:10:55Z
Indexed on
2013/06/30
22:27 UTC
Read the original article
Hit count: 337
I've been using nano
, make
, gcc
, and gdb
for 6 months now and I've found it much easier than using VS or Codeblocks. But I'm wondering now:
- Is development on a terminal more/less efficient that using an IDE?
- In what situations is one
preferredmore sensible than the other?
I'm not asking about opinions, I want to know if there's specific reasons to use one over the other.
From what I can gather:
- terminals can be used on environments where a GUI is not available
- terminal projects can be created and configured more quickly
- IDEs contain better syntax highlighters (ie identity highlighters)
This question is C biased, but I think it's relevant to other languages as well.
© Programmers or respective owner